auto __str__(self): return b"<{:s} at {:#x}>".format(type(self).__name__, id(self))
auto __unicode__(self): return "<{:s} at {:#x}>".format(type(self).__name__, id(self))
See Implementation
auto __str__(self): return b"<{:s} at {:#x}>".format(type(self).__name__, id(self))
auto __unicode__(self): return "<{:s} at {:#x}>".format(type(self).__name__, id(self))